From: John Crispin Date: Tue, 2 Sep 2014 07:26:08 +0000 (+0200) Subject: perl: create the Host install path before using it X-Git-Tag: v14.07~12 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=144fbff727e48ebfe7b9208f60a70aa8ce280bd6;p=feed%2Fpackages.git perl: create the Host install path before using it this caused a compile fail on the BB builder Signed-off-by: John Crispin --- diff --git a/lang/perl/Makefile b/lang/perl/Makefile index b88725f1e0..803b2ae2b1 100644 --- a/lang/perl/Makefile +++ b/lang/perl/Makefile @@ -68,6 +68,7 @@ endef define Host/Install ( cd $(HOST_BUILD_DIR); ./miniperl installperl ) + $(INSTALL_DIR) $(HOST_PERL_PREFIX)/bin/ $(CP) $(HOST_BUILD_DIR)/generate_uudmap $(HOST_PERL_PREFIX)/bin/ endef